Skip to main content
GET
Get brand
Returns a single brand for the authenticated merchant. Use this endpoint when you already know the external id and need the current configuration without listing all brands.
Requires an access token with the brands:read scope. See Token to obtain a token.

Path parameters

Request

Response

The response wraps one brand object in data. The shape matches List brands.

Error responses

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

External brand identifier.

Required string length: 1 - 64
Pattern: ^[a-zA-Z0-9_-]+$

Response

200 - application/json

Ok

data
object